home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / src-server / app_funidx.h < prev    next >
Encoding:
Text File  |  1991-10-04  |  2.6 KB  |  57 lines

  1. /* -*-C-*-
  2. ********************************************************************************
  3. *
  4. * File:         app_funidx.h
  5. * RCS:          $Header: app_funidx.h,v 1.1 91/03/14 03:12:46 mayer Exp $
  6. * Description:  This file is #included by w_funtab.h. It allows applications
  7. *        built upon winterp to add new  functions to the xlisp function
  8. *        table set up in w_funtab.c. Any entries in this file must have
  9. *        corresponding function table entries in app_fundecl.h.
  10. * Author:       Niels Mayer, HPLabs
  11. * Created:      Fri Dec  1 16:39:10 1989
  12. * Modified:     Thu Oct  3 19:58:07 1991 (Niels Mayer) mayer@hplnpm
  13. * Language:     C
  14. * Package:      N/A
  15. * Status:       X11r5 contrib tape release
  16. *
  17. * WINTERP Copyright 1989, 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  18. * XLISP version 2.1, Copyright (c) 1989, by David Betz.
  19. *
  20. * Permission to use, copy, modify, distribute, and sell this software and its
  21. * documentation for any purpose is hereby granted without fee, provided that
  22. * the above copyright notice appear in all copies and that both that
  23. * copyright notice and this permission notice appear in supporting
  24. * documentation, and that the name of Hewlett-Packard and David Betz not be
  25. * used in advertising or publicity pertaining to distribution of the software
  26. * without specific, written prior permission.  Hewlett-Packard and David Betz
  27. * make no representations about the suitability of this software for any
  28. * purpose. It is provided "as is" without express or implied warranty.
  29. *
  30. * HEWLETT-PACKARD AND DAVID BETZ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  31. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  32. * IN NO EVENT SHALL HEWLETT-PACKARD NOR DAVID BETZ BE LIABLE FOR ANY SPECIAL,
  33. * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  34. * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  35. * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  36. * PERFORMANCE OF THIS SOFTWARE.
  37. *
  38. * See ./winterp/COPYRIGHT for information on contacting the authors.
  39. * Please send modifications, improvements and bugfixes to mayer@hplabs.hp.com
  40. * Post XLISP-specific questions/information to the newsgroup comp.lang.lisp.x
  41. *
  42. ********************************************************************************
  43. */
  44.  
  45. /*
  46.     FORMAT FOR ENTRIES IN THIS FILE: 
  47.     this is just a sequence of identifiers, all terminated by commas ','.
  48.     The name of the identifiers is composed of the C method or function 
  49.     name (added in app_fundecl.h) prepended by 'FTAB_'.
  50.  
  51.  FTAB_The_First_Application_Primitive,
  52.  FTAB_The_Second_Application_Primitive,
  53.  
  54.  Note: see also app_fundecl.h, app_funextn.h and w_funtab.h.
  55. */
  56.